home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / software / okino / demos / nugraf / disk6 / data.6 / plugins / IMP_WAVE.RTI < prev   
Text File  |  1995-10-04  |  896b  |  27 lines

  1. #
  2. # Wavefront geometry import DLL runtime information.
  3. #
  4. # DO NOT MODIFY THIS FILE! Doing so will make the DLL inoperable.
  5. #
  6.  
  7. # What type of plug-in this is (ie: geometry import, geometry export)
  8. Plugin_Type             = GeometryImport
  9.  
  10. # Which API version this plug-in adhears to (1, 2, etc)
  11. Adhears_To_Plugin_Version    = 1
  12.  
  13. # 1 = has an options dialog box, 0 = no options dialog box
  14. Has_Options_Dialog_Box        = 1
  15.  
  16. # 1 = has an "About" dialog box, 0 = no about dialog box
  17. Has_About_Dialog_Box        = 1
  18.  
  19. # An ASCII descriptive name for this plug-in (ie: used in the context of 'error loading "3D Studio" plug-in')
  20. Plugin_Descriptive_Name        = "Wavefront"
  21.  
  22. # An ASCII string added to the plug-ins main execution menu
  23. Menu_Description        = "Wavefront .obj"
  24.  
  25. # The filter specification used for the Windows File-Open dialog box
  26. FileOpen_Filter_Spec        = "Wavefront Files (*.obj)|*.obj|"
  27.